import type { DatumValue } from '@nivo/core'; import type { ComponentProps } from 'react'; import { Text } from '../../../Typography/Text'; type CellProps = { value?: DatumValue; variant: ComponentProps['variant']; }; export declare const Cell: ({ value, variant }: CellProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=LegendCell.d.ts.map